555 research outputs found

    On the Optimal Space Complexity of Consensus for Anonymous Processes

    Full text link
    The optimal space complexity of consensus in shared memory is a decades-old open problem. For a system of nn processes, no algorithm is known that uses a sublinear number of registers. However, the best known lower bound due to Fich, Herlihy, and Shavit requires Ω(n)\Omega(\sqrt{n}) registers. The special symmetric case of the problem where processes are anonymous (run the same algorithm) has also attracted attention. Even in this case, the best lower and upper bounds are still Ω(n)\Omega(\sqrt{n}) and O(n)O(n). Moreover, Fich, Herlihy, and Shavit first proved their lower bound for anonymous processes, and then extended it to the general case. As such, resolving the anonymous case might be a significant step towards understanding and solving the general problem. In this work, we show that in a system of anonymous processes, any consensus algorithm satisfying nondeterministic solo termination has to use Ω(n)\Omega(n) read-write registers in some execution. This implies an Ω(n)\Omega(n) lower bound on the space complexity of deterministic obstruction-free and randomized wait-free consensus, matching the upper bound and closing the symmetric case of the open problem

    A Typology of Positive and Negative Self-Interruptions in Voluntary Multitasking

    Get PDF
    Human multitasking is often the result of voluntary interruptions in the performance of an ongoing task. These selfinterruptionsoccur in the absence of external triggers such as alerts or notifications. Compared to externally inducedinterruptions, self-interruptions have not received enough research attention. To address this gap, this paper develops adetailed classification of self-interruptions arising from positive and negative feelings regarding task progress and prospectsof goal attainment. The validation of the proposed typology in an experimental multitasking environment with pre-definedtasks shows that negative feelings trigger more self-interruptions than positive feelings and that more self-interruptionsproduce more errors and lower accuracy in all tasks. Therefore, negative triggers of self-interruptions unleash a downwardspiral that ultimately affects performance

    Node Labels in Local Decision

    Get PDF
    The role of unique node identifiers in network computing is well understood as far as symmetry breaking is concerned. However, the unique identifiers also leak information about the computing environment - in particular, they provide some nodes with information related to the size of the network. It was recently proved that in the context of local decision, there are some decision problems such that (1) they cannot be solved without unique identifiers, and (2) unique node identifiers leak a sufficient amount of information such that the problem becomes solvable (PODC 2013). In this work we give study what is the minimal amount of information that we need to leak from the environment to the nodes in order to solve local decision problems. Our key results are related to scalar oracles ff that, for any given nn, provide a multiset f(n)f(n) of nn labels; then the adversary assigns the labels to the nn nodes in the network. This is a direct generalisation of the usual assumption of unique node identifiers. We give a complete characterisation of the weakest oracle that leaks at least as much information as the unique identifiers. Our main result is the following dichotomy: we classify scalar oracles as large and small, depending on their asymptotic behaviour, and show that (1) any large oracle is at least as powerful as the unique identifiers in the context of local decision problems, while (2) for any small oracle there are local decision problems that still benefit from unique identifiers.Comment: Conference version to appear in the proceedings of SIROCCO 201

    Star formation in the giant HII regions of M101

    Get PDF
    The molecular components of three giant HII regions (NGC 5461, NGC 5462, NGC 5471) in the galaxy M101 are investigated with new observations from the James Clerk Maxwell Telescope, the NRAO 12-meter, and the Owens Valley millimeter array. Of the three HII regions, only NGC 5461 had previously been detected in CO emission. We calculate preliminary values for the molecular mass of the GMCs in NGC 5461 by assuming a CO-to-H_2 factor (X factor) and then compare these values with the virial masses. We conclude that the data in this paper demonstrate for the first time that the value of X may decrease in regions with intense star formation. The molecular mass for the association of clouds in NGC 5461 is approximately 3x10^7 Mo and is accompanied by 1-2 times as much atomic mass. The observed CO emission in NGC 5461 is an order of magnitude stronger than in NGC 5462, while it was not possible to detect molecular gas toward NGC 5471 with the JCMT. An even larger ratio of atomic to molecular gas in NGC 5471 was observed, which might be attributed to efficient conversion of molecular to atomic gas. The masses of the individual clouds in NGC 5461, which are gravitationally bound, cover a range of (2-8) x 10^5 Mo, comparable with the masses of Galactic giant molecular clouds (GMCs). Higher star forming efficiencies, and not massive clouds, appear to be the prerequisite for the formation of the large number of stars whose radiation is required to produce the giant HII regions in M101.Comment: 32 pages, 5 figures, accepted for publication in the Astrophysical Journa

    The Unusual Distributions of Ionized Material and Molecular Hydrogen in NGC 6881: Signposts of Multiple Events of Bipolar Ejection in a Planetary Nebula

    Full text link
    The planetary nebula NGC 6881 displays in the optical a quadrupolar morphology consisting of two pairs of highly collimated bipolar lobes aligned along different directions. An additional bipolar ejection is revealed by the hydrogen molecular emission, but its wide hourglass morphology is very different from that of the ionized material. To investigate in detail the spatial distribution of molecular hydrogen and ionized material within NGC 6881, and to determine the prevalent excitation mechanism of the H2 emission, we have obtained new near-IR Br-gamma and H2 and optical H-alpha and [N II] images, as well as intermediate resolution JHK spectra. These observations confirm the association of the H2 bipolar lobes to NGC 6881 and find that the prevalent excitation mechanism is collisional. The detailed morphology and very different collimation degree of the H2 and ionized bipolar lobes of NGC 6881 not only imply that multiple bipolar ejections have occurred in this nebula, but also that the dominant shaping agent is different for each bipolar ejection: a bipolar stellar wind most likely produced the H2 lobes, while highly collimated outflows are carving out the ionized lobes into the thick circumstellar envelope. The asymmetry between the southeast and northwest H2 bipolar lobes suggests the interaction of the nebula with an inhomogeneous interstellar medium. We find evidence that places NGC 6881 in the H II region Sh 2-109 along the Orion local spiral arm.Comment: 9 pages, 7 figures, 4 table

    Succinct Indexable Dictionaries with Applications to Encoding kk-ary Trees, Prefix Sums and Multisets

    Full text link
    We consider the {\it indexable dictionary} problem, which consists of storing a set S{0,...,m1}S \subseteq \{0,...,m-1\} for some integer mm, while supporting the operations of \Rank(x), which returns the number of elements in SS that are less than xx if xSx \in S, and -1 otherwise; and \Select(i) which returns the ii-th smallest element in SS. We give a data structure that supports both operations in O(1) time on the RAM model and requires B(n,m)+o(n)+O(lglgm){\cal B}(n,m) + o(n) + O(\lg \lg m) bits to store a set of size nn, where {\cal B}(n,m) = \ceil{\lg {m \choose n}} is the minimum number of bits required to store any nn-element subset from a universe of size mm. Previous dictionaries taking this space only supported (yes/no) membership queries in O(1) time. In the cell probe model we can remove the O(lglgm)O(\lg \lg m) additive term in the space bound, answering a question raised by Fich and Miltersen, and Pagh. We present extensions and applications of our indexable dictionary data structure, including: An information-theoretically optimal representation of a kk-ary cardinal tree that supports standard operations in constant time, A representation of a multiset of size nn from {0,...,m1}\{0,...,m-1\} in B(n,m+n)+o(n){\cal B}(n,m+n) + o(n) bits that supports (appropriate generalizations of) \Rank and \Select operations in constant time, and A representation of a sequence of nn non-negative integers summing up to mm in B(n,m+n)+o(n){\cal B}(n,m+n) + o(n) bits that supports prefix sum queries in constant time.Comment: Final version of SODA 2002 paper; supersedes Leicester Tech report 2002/1

    A New Technique for Detecting Supersymmetric Dark Matter

    Full text link
    We estimate the event rate for excitation of atomic transition by photino-like dark matter. For excitations of several eV, this event rate can exceed naive cross-section by many orders of magnitude. Although the event rate for these atomic excitation is smaller than that of nuclear recoil off of non-zero spin nuclei, the photons emitted by the deexcitation are easier to detect than low-energy nuclear recoils. For many elements, there are several low-lying states with comparable excitation rates, thus, spectral ratios could be used to distinguish signal from background.Comment: 6 pages plain te

    Far infrared mapping of three Galactic star forming regions : W3(OH), S 209 & S 187

    Get PDF
    Three Galactic star forming regions associated with W3(OH), S209 and S187 have been simultaneously mapped in two trans-IRAS far infrared (FIR) bands centered at ~ 140 and 200 micron using the TIFR 100 cm balloon borne FIR telescope. These maps show extended FIR emission with structures. The HIRES processed IRAS maps of these regions at 12, 25, 60 & 100 micron have also been presented for comparison. Point-like sources have been extracted from the longest waveband TIFR maps and searched for associations in the other five bands. The diffuse emission from these regions have been quantified, which turns out to be a significant fraction of the total emission. The spatial distribution of cold dust (T < 30 K) for two of these sources (W3(OH) & S209), has been determined reliably from the maps in TIFR bands. The dust temperature and optical depth maps show complex morphology. In general the dust around S209 has been found to be warmer than that in W3(OH) region.Comment: Accepted for publication in Journal of Astrophysics and Astronomy (20 pages including 8 figures & 3 tables

    Does the Milky Way have a Maximal Disk?

    Get PDF
    The Milky Way is often considered to be the best example of a spiral for which the dark matter not only dominates the outer kinematics, but also plays a major dynamical role in the inner galaxy: the Galactic disk is therefore said to be ``sub-maximal.'' This conclusion is important to the understanding of the evolution of galaxies and the viability of particular dark matter models. The Galactic evidence rests on a number of structural and kinematic measurements, many of which have recently been revised. The new constraints indicate not only that the Galaxy is a more typical member of its class (Sb-Sc spirals) than previously thought, but also require a re-examination of the question of whether or not the Milky Way disk is maximal. By applying to the Milky Way the same definition of ``maximal disk'' that is applied to external galaxies, it is shown that the new observational constraints are consistent with a Galactic maximal disk of reasonable M/LM/L. In particular, the local disk column can be substantially less than the oft-quoted required \Sigma_{\odot} \approx 100 \msolar pc^{-2} - as low as 40 \msolar pc^{-2} in the extreme case - and still be maximal, in the sense that the dark halo provides negligible rotation support in the inner Galaxy. This result has possible implications for any conclusion that rests on assumptions about the potentials of the Galactic disk or dark halo, and in particular for the interpretation of microlensing results along both LMC and bulge lines of sight.Comment: Accepted for publication in The Astrophysical Journal. 23 Latex-generated pages, one (new) table, three figures (two new). A few additions to the bibliography, an expanded discussion, and slight quantitative changes, none of which affect the conclusion
    corecore